@charset "utf-8";
    /* Eric Meyer CSS Reset Starts */
/* v1.0 | 20080212  */
//html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend {
    
//    font-size: 100%;
 //   margin: 0;
 //   outline: 0;
 //   padding: 0;
 //   vertical-align: baseline;
}

body {
    line-height: 1;
}

/*---------- Header START ----------*/
#header{
    clear:both;
    margin-bottom:20px;
    position:relative;
}

.branding{
    float:left;
	display:inline-block;
    left:0px;
    position:absolute;
    z-index:999 !important;
}

#header div.navigation{
    background-color:#900;
    height:43px;
    width:100%;
}

#header div.navigation div.navBar{
    margin:0px auto;
    position:relative;
    width:908px;
}


    padding-top: 40px;
    /*width: 520px;*/
}
div.cdetailso {
    border-left: 1px solid #dfdfdf;
    float: right;
    min-height: 100px;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 40px;
    width: 520px;
}
div.cdetailso {
    border-left: 1px solid #dfdfdf;
    float: right;
	line-height:30px;
    min-height: 100px;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 40px;
    width: 520px;
}

div.cdetails h1 {
    border-bottom: 1px solid #dfdfdf;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

div.cdetailso h1 {
    border-bottom: 1px solid #dfdfdf;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

div.cdetails h2 {
    font-size: 14px;
    font-weight: normal;
}

div.cdetailso h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

div.cdetails h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

div.cdetailso h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

img.limage {
    float:left;
    height: 80px;
    padding: 5px 10px;
    width: 80px;
}

img.dimage {
    float:left;
    height: 80px;
    padding: 15px 15px 0px 0px;
    width: 100px;
}

ul.boxNav {
    border-top:1px solid #dfdfdf;
    display:block;
    list-style: none;
    margin-top:5px;
    padding: 5px 0px;
}

ul.boxNav > li{
	display:inline-block;
	float:left;
} 
ul.boxNav > li > a:link, ul.boxNav > li > a:active, ul.boxNav > li > a:visited{
    border:1px solid #fff;
    color:#333;
    display:inline-block;
    font-size:14px;
    margin:0px 5px;
    padding:5px 8px;
    text-decoration:none;
}

ul.boxNav li a:hover{
    background-color:#f9f9f9;
    border-color:#dfdfdf;
    color:#000;
}

ul.wideboxNav {
    border-bottom:1px solid #999;
    display:block;
	height:30px;
    list-style: none;
    padding-bottom:10px;
}
ul.wideboxNav > li{
	display:inline;
	float:right;
	margin:0px;
	padding:0px;
}
ul.wideboxNav > li > a:link, ul.wideboxNav > li > a:active, ul.wideboxNav > li > a:visited{
    border:1px dashed #dfdfdf;
    color:#333;
    font-size:14px;
	display:block;
	float:right;
    font-weight:bold;
    margin:0px 5px;
    padding:5px 8px;
    text-decoration:none;
}

ul.wideboxNav li a:hover{
    background-color:#f9f9f9;
    border:1px solid #dfdfdf;
    color:#000;
}

h1.pageLabel{
    background: #f9f9f9 url(../img/layout/pagelabel.png) no-repeat right center;
    border:1px solid #dfdfdf;
    color:#900;
    font-size:42px;
    line-height:70px;
    margin-bottom:20px;
    margin-top:80px;
    padding-left:20px;
}

div.content{
    background-color:#fff;
    border:1px solid #dfdfdf;
    margin-bottom:20px;
    padding: 20px;
}

.listContent {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.listContent h5 {
    border-bottom: 1px solid #dfdfdf;
    color: #900;
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.listContent h6 {
    font-size: 12px;
    font-weight: bold;
	line-height:18px;
}

.listContent p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
}
